NativeHttpRequest

Functions

Link copied to clipboard
open fun cancel()
Link copied to clipboard
open fun handleFailure(type: Int, errorMessage: String)
Invoked when a resource failed to be retrieved.
Link copied to clipboard
open fun onResponse(responseCode: Int, etag: String, lastModified: String, cacheControl: String, expires: String, retryAfter: String, xRateLimitReset: String, body: Array<Byte>)
Invoked when a resource has finished.